home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Telecommunications / WWIV Mac BBS / BBS Sample Source / UserStartUp < prev   
Encoding:
Text File  |  1986-10-16  |  553 b   |  23 lines  |  [TEXT/ttxt]

  1. #    UserStartUp - MPW Shell UserStartUp File
  2. #
  3. #    Copyright Apple Computer, Inc. 1985, 1986
  4. #    All Rights Reserved.
  5.  
  6. #    This file (UserStartUp) is executed from the StartUp file, and can be used
  7. #    to override definitions made in StartUp, or to define additional variables,
  8. #    exports, and aliases.  UserStartUp may also be used to define menu items,
  9. #    open windows, etc.    The file should be located in the directory containing
  10. #    the MPW Shell.
  11.  
  12. #
  13. # my additions - TRT - 20 Jul 86
  14. #
  15.  
  16. alias ren rename
  17. alias del delete -y
  18. open junk
  19.  
  20. set BBS "{Boot}"
  21. export BBS
  22.  
  23.